@charset "UTF-8";
/*共通部分*/
html {
  font-size: 100%;
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, sans-serif,
    "ヒラギノ角ゴ Pro W3";
  line-height: 1.7;
  color: #432 シンプルデザイン;
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
/*  ヘッダー */
header {
  display: flex;
  justify-content: space-between;
  margin: 0 150px;
}
header img {
  height: 45px;
}
header a {
  display: flex;
}
header h3 {
  margin: 8px 0;
  width: auto;
}
.main-nav {
  display: flex;
  margin: 10px 0;
}
.main-nav li {
  list-style: none;
  margin-right: 46px;
}
/* トップ */
#top-img {
  background-image: url("../images/Topメニュ.jpg");
  background-size: cover;
  width: 100%;
  height: 600px;
}
/* メニュー */
#menu {
  margin: 0 auto;
  text-align: center;
  width: 72%;
  margin-top: 77px;
}
#menu h2 {
  display: inline-flex;
  border-bottom: #f2632d solid 5px;
  font-size: 36px;
  font-weight: initial;
}
.menu-contain {
  display: flex;
  /*width: 918px;*/
}
.menu-item {
  margin: 0 18px;
}
.menu-item img {
  width: 100%;
}
/* アバウト */
#about {
  margin: 0 auto;
  width: 77%;
  text-align: center;
  margin-top: 113px;
  justify-content: space-between;
  margin-bottom: 140px;
}
#about h2 {
  display: inline-flex;
  border-bottom: #f2632d solid 5px;
  font-size: 36px;
  font-weight: initial;
}
.about-contain {
  display: flex;
  width: 100%;
}
.about-coment {
  margin-right: 200px;
}
.about-coment h3 {
  font-size: 32px;
  text-align: left;
}
.about-coment p {
  font-size: 22px;
  text-align: left;
}

.about-coment a {
  border: 2px solid #f2632d;
  color: #f2632d;
  border-radius: 20px;
  padding: 5px 25px;
  font-size: 18px;
}
.about-contain img {
  padding-top: 32px;
  width: 50%;
  height: 70%;
}

/* フッター */
footer {
  background: #707070;
  text-align: center;
  padding: 16px 0;
}
footer p {
  color: #fff;
  font-size: 0.875rem;
}
@media (max-width: 786px) {
  header {
    margin: 0 auto;
    display: grid;
    justify-content: center;
  }
  header a {
    margin: auto;
  }
  .main-nav li {
    justify-content: center;
  }
  nav {
    margin: auto;
  }
  .menu-contain {
    display: grid;
  }
  .menu-item {
    margin-bottom: 120px;
  }
  #about {
    margin-top: 0;
  }
  .about-contain {
    display: grid;
  }
  .about-coment {
    margin: 0;
    margin-bottom: 50px;
  }
    .about-coment h3 {
    text-align: center;
  }
  .about-coment p {
    text-align: center;
  }
  .about-contain img {
    margin: auto;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) {
  #top-img {
    height: 300px;
  }
}
